home *** CD-ROM | disk | FTP | other *** search
- |loadbrushanim|
- windowtitle `LoadBrushAnim "filename" {,"BrushAnim Name" { ,loadflags } }
- printlf `Preload a DPaint III brush animation. The`
- printlf `optional "BrushAnim Name" may be given for
- printlf `identification by other commands. LoadFlags`
- printlf `are described in the manual on page 7-7.`
- printlf
- print `SEE ALSO: `
- subject `ShowBrushAnim`ShowBrushAnim`
- end
-
- |showbrushanim|
- windowtitle `ShowBrushAnim "BrushAnim Name", <x>,<y>
- printlf `Adds a BrushAnim to the window at <x>,<y>.
- printlf `<x> is its initial horizontal position`
- printlf `<y> is its initial vertical position`
- printlf
- print `SEE ALSO: `
- subject `LoadBrushAnim`LoadBrushAnim`
- print ` & `
- subject `RemoveBrushAnim`RemoveBrushAnim`
- end
-
- |movebrushanimto|
- windowtitle `MoveBrushAnimTo "BrushAnim Name", <x>,<y> {,ticks}
- printlf `Move BrushAnim to position <x>,<y> in ticks
- printlf `ammount of time. If ticks are not given, the
- printlf `move is instantaneous.
- printlf
- print `SEE ALSO: `
- subject `MoveBrushAnim`MoveBrushAnim`
- end
-
- |movebrushanim|
- windowtitle `MoveBrushAnim "BrushAnimName",<Xvel>,<Yvel>,{<Xacc>,<Yacc>,{<ticks>}}
- printlf `See Page 6-39 in the manual for a full
- printlf `description. The behavior of this command
- printlf `changes depending on the current BrushAnim
- printlf `Flags.
- printlf
- print `SEE ALSO:`
- subject `MoveBrushAnimTo`MoveBrushAnimTo`
- print ` & `
- subject `SetBrushAnimFlags`SetBrushAnimFlags`
- end
-
- |getbrushcoor|
- windowtitle `GetBrushAnimCoordinates "BrushAnim Name", Xvar,Yvar
- printlf `Returns the BrushAnim's x,y coordinates`
- printlf `in the indicated variables.`
- end
-
- |removebrushanim|
- windowtitle `RemoveBrushAnim "BrushAnim Name"
- printlf `Removes the BrushAnim from the Window`
- printlf `but does not erase it from memory.`
- printlf
- print `SEE ALSO: `
- subject `ShowBrushAnim`ShowBrushAnim`
- end
-
- |setbrushanimflags|
- windowtitle `SetBrushAnimFlags "BrushAnim Name",<brushanimflags>[,{ticks}]
- printlf `The BrushAnimFlags Are:`
- printlf ` COMPRESSED or DECOMPRESSED`
- printlf ` RESTOREBACKGROUND or LEAVEIMAGE`
- printlf ` USEMASK or NOMASK`
- printlf ` SEQUENCEDMOTION or LINEARMOTION`
- printlf `More on Next Page...`
- nextpage `@`setbaf#2`
- end
-
- |setbaf#2|
- windowtitle `SetBrushAnimFlags "BrushAnim Name",<brushanimflags>[,{ticks}]
- printlf `and:
- printlf ` FORWARD, BACKWARD, PINGPONG and NONE`
- printlf `See Page 6-40 in the User's Manual for a`
- printlf `complete description of these flags.`
- printlf `Ticks is how long to remain on each frame`
- printlf `of animation.`
- prevpage `@`setbrushanimflags`
- end
-
- |brushanims|
- windowtitle `BrushAnims «logical expression»
- printlf `When the logical expression is FALSE,
- printlf `then all animation stops. If it is
- printlf `TRUE, then all animation starts.`
- end
-
-
-